/* your styles go here */
p::selection {
  background: #4f93ff;
}
a::selection {
  background: #4f93ff;
}
strong::selection {
  background: #4f93ff;
}
h1::selection {
  background: #4f93ff;
}
h2::selection {
  background: #4f93ff;
}
h3::selection {
  background: #4f93ff;
}
h4::selection {
  background: #4f93ff;
}
h5::selection {
  background: #4f93ff;
}
span::selection {
  background: #4f93ff;
}
th::selection {
  background: #4f93ff;
}
tr::selection {
  background: #4f93ff;
}
td::selection {
  background: #4f93ff;
}
img::selection {
  background: #4f93ff;
}

.blur {
	width: auto;
	position: relative;
	background: transparent url(screenfeed.png) 3px 3px no-repeat;
	opacity: .9;
}
.blur:before, .blur:after {
	content: url(screenfeed.png);
	position: absolute;
	left: 0;
	top: 0;
	opacity: .4;
	padding: 2px 0 0 6px;
	background: transparent url(screenfeed.png) 4px 1px no-repeat;
}
.blur:after {
	padding: 6px 0 0 2px;
	background-position: 1px 4px;
}
.blur img {
	display: block;
	padding: 0 6px 6px 0;
	background: transparent url(screenfeed.png) 5px 5px no-repeat;
	background: url(screenfeed.png) 5px 5px no-repeat, url(screenfeed.png) 5px 0 no-repeat, url(screenfeed.png) 4px 4px no-repeat, transparent url(screenfeed.png) 2px 1px no-repeat;
	opacity: .4;
}
.blur:hover, .blur:hover img {
	background: none;
	opacity: 1;
	padding: 1px 1px 2px 2px;
}
.blur:hover:before, .blur:hover:after {
	display: none;
}

/* .bordered {  */
    /* border: solid #ccc 1px;  */
    /* -moz-border-radius: 20px;  */
    /* -webkit-border-radius: 20px;  */
    /* border-radius: 20px;  */
    /* -webkit-box-shadow: 0 3px 3px #ccc;   */
    /* -moz-box-shadow: 0 3px 3px #ccc;   */
    /* box-shadow: 0 3px 3px #ccc; */
/* } */

* { box-sizing: border-box; }

body { font-family: sans-serif; }

.photos-carousel {
  background: #222;
}

.photos-carousel-cell {
  width: 100%;
  height: 300px;
  margin-right: 10px;
  /* center images in cells with flexbox */
  display: flex;
  align-items: center;
  justify-content: center;
}

.photos-carousel.is-fullscreen .photos-carousel-cell {
  height: 100%;
}

.photos-carousel-cell-image {
  display: block;
  max-height: 100%;
}


/*--------------------------*/
/* ORANGE SHADOW - prestas  */
/*--------------------------*/

.shadow_orange {
	text-shadow: 2px 2px 0 #2a6ed9;
	font-variant: small-caps;
	font-weight: bold;
}




/*--------------------------*/
/* TABLE STYLE -tarifs      */
/*--------------------------*/

table { 
    border-spacing: 0;
    width: 500px;
	table-layout: auto;
	width: 100%;
	background: linear-gradient(to bottom, #74b4cd, #4f6bbf) !important
	
}

table, th, td {
  border: 2px solid #555;
  text-align: center;
  color: #f8f9fa;
}

.text-content table {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	border: solid #e0e0dc;
		border-top-width: medium;
		border-right-width: medium;
		border-bottom-width: medium;
		border-left-width: medium;
	border-width: 1px 0 0 1px;
}

table th.title_tab
{
   font-size: 16px;
   font-variant: small-caps;
}

table td.title_tab
{
   font-size: 16px;
   font-variant: small-caps;
}

table td.crossed
{
   /* background-image: linear-gradient(to bottom right,  transparent calc(50% - 1px), red, transparent calc(50% + 1px));  */
   background-color: darkgrey;
}



/*--------------------------*/
/* FLIP CARD - carte cadeau */
/*--------------------------*/

.flip-card {
  background-color: transparent;
  width: 590px;
  height: 260px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background-color: #bf7f4f;
  color: white;
  transform: rotateY(180deg);
}

/*--------------------------*/
/* FLIP CARD 2 - carte cadea*/
/*--------------------------*/

.flip-card2 {
  background-color: transparent;
  width: 800px;
  height: 380px;
  perspective: 1000px;
}

.flip-card-inner2 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card2:hover .flip-card-inner2 {
  transform: rotateY(180deg);
}

.flip-card-front2, .flip-card-back2 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front2 {
  background-color: #bbb;
  color: black;
}

.flip-card-back2 {
  background-color: #bf7f4f;
  color: white;
  transform: rotateY(180deg);
}




/*--------------------------*/
/* Lato Font - Planity Font */
/*--------------------------*/

@font-face {  /* planity font */
 font-family: "Lato";
 src: url("css/font/Lato-Black.ttf") format("ttf"),
      url("css/font/Lato-BlackItalic.ttf") format("ttf"),
	  url("css/font/Lato-Bold.ttf") format("ttf"),
	  url("css/font/Lato-BoldItalic.ttf") format("ttf"),
	  url("css/font/Lato-Italic.ttf") format("ttf"),
	  url("css/font/Lato-LightItalic.ttf") format("ttf"),
	  url("css/font/Lato-Regular.ttf") format("ttf"),
	  url("css/font/Lato-Thin.ttf") format("ttf"),
	  url("css/font/Lato-ThinItalic.ttf") format("ttf")
}



/*--------------------------*/
/* CAROUSEL - CSS ONLY      */
/*--------------------------*/

.gallery {
  background: #EEE;
}

.gallery-cell {
  width: 66%;
  height: 200px;
  margin-right: 10px;
  background: #8C8;
  counter-increment: gallery-cell;
}

/* cell number */
.gallery-cell:before {
  display: block;
  text-align: center;
  content: counter(gallery-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}




/*--------------------------*/
/* INLINE TIP ? - CSS       */
/*--------------------------*/

.help-tip{
    position: absolute;
	margin-top: -22.5px;
	margin-left: 3px;
    /* top: 18px; */
    /* right: 18px; */
    /* text-align: center; */
    background-color: #BCDBEA;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    cursor: default;
}

.help-tip:before{
    content:'?';
    font-weight: bold;
    color:#555;
}

.help-tip:hover p{
    display:block;
    transform-origin: 100% 0%;

    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;

}

.help-tip p{    /* The tooltip */
	margin-left: 25px;
    display: none;
    text-align: left;
    background-color: #1E2021;
    padding: 20px;
    width: 400px;
    position: inline;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: -4px;
    color: #FFF;
    font-size: 13px;
    line-height: 1.4;
}

.help-tip p:before{ /* The pointer of the tooltip */
    position: inline;
    content: '';
    width:0;
    height: 0;
    border:6px solid transparent;
    border-bottom-color:#1E2021;
    right:10px;
    top:-12px;
}

.help-tip p:after{ /* Prevents the tooltip from being hidden */
    width:100%;
    height:40px;
    content:'';
    position: inline;
    top:-40px;
    left:0;
}

/* CSS animation */

@-webkit-keyframes fadeIn {
    0% { 
        opacity:0; 
        transform: scale(0.6);
    }

    100% {
        opacity:100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:100%; }
}